home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / business / spreadsheets / easycalc / help / _cint.help < prev    next >
Encoding:
Text File  |  1978-11-24  |  274 b   |  19 lines

  1. Spreadsheet Function: CINT()
  2. Synopsis:
  3.  
  4. @CINT(exp)
  5.  
  6. Description:
  7.  
  8. This  converts  an  expression  into  an  integer by
  9. rounding the fractional part.
  10.  
  11. Examples:
  12.  
  13. @CINT(1.5) would give 2.
  14. @CINT(-1.5) would give -2.
  15. *
  16. Using Functions
  17. Usefunc.help
  18. Maths Operators
  19. operators.help